home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4886 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.tau.ac.il!usenet
  2. From: Avi Lev <avil@sapiens.com>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: 680X0 -> PPC translator?
  5. Date: Wed, 06 Mar 1996 09:11:11 +0200
  6. Organization: Sapiens Technologies
  7. Message-ID: <313D3A8F.148C@sapiens.com>
  8. References: <4h4fk6$f7a@maze.ruca.ua.ac.be> <19960229.43A058.11BCF@am090.du.pipex.com>
  9. NNTP-Posting-Host: honda.sapiens.co.il
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (WinNT; I)
  14.  
  15. Mathew Hendry wrote:
  16. > Sara Geerens (sgeerens@zorro.ruca.ua.ac.be) wrote:
  17. > : Isn't code from compilers somewhat structured enough? Only pretty messy
  18. > : compilers make messy code... and using complicated code to 
  19.  
  20. Hi, IMHO, the way i would try to solve the problem is by going 
  21. through all the programs' segments picking up all the different 
  22. calls which are addressed to the program itself (not to outside 
  23. libraries or devices), which is easy to solve cuz every such 
  24. call must use the A6 as the base register and so every other 
  25. call is to code within the program, then all there's to be done 
  26. is go to these routines and translate them one by one without 
  27. the need to actually execute the program at all!!! you'll get to 
  28. every last byte which is code automatically, which saves alot of 
  29. time trying trying to get there by running the program to that 
  30. point.
  31. Avi.
  32.